﻿@charset "utf-8";
/* CSS Document */
.doc{/*background:url(../images/body_bg.gif) top left repeat-x #fff;width:100%;*/
    background-color: #fff;
    background-repeat: repeat-x;
    background-image: url(../images/body_bg.gif);
    background-position: 0px 0px;
    width:100%;
}
 
.fcolor{color:#032694;}
.fcolor a{color:#032694;}
.fcolor a:link{color:#032694;}
.fcolor a:visited{color:#032694;}
.fcolor a:hover{color:#ff6600;}

/*导航条部分*/
.nav ul{background-image:url(../images/navbg.jpg);height:37px;line-height:37px;}
.nav ul li a:hover{background-image:url(../images/nav_hover.gif);height:37px;color:#ff7800;}
.nav ul li ul{top:37px;}

/*左侧 右侧 2012-9-29增加*/
.ltab .maintit{background-image:url(../images/titbg.jpg);background-repeat:repeat-x;height:30px;line-height:30px;padding-left:10px;color:#032694;}
.lcom .maintit{background:url(../images/info_tit.gif) no-repeat;height:28px;line-height:28px;text-align:center;color:#fff;}
.ltab .news li,.rtab .news li,.mtab .news li,.ptab .news li{background:url(../images/ico.gif) no-repeat 0 -17px;}
.rtab .maintit,.rcom .maintit,.nrtab .maintit,.mtab .maintit{background-image:url(../images/titbg.jpg);background-repeat:repeat-x;height:30px;line-height:30px;padding-left:10px;color:#032694;}
.ltab .maintit .more,.rtab .maintit .more,.mtab .maintit .more,.ptab .maintit .more{float:right;margin-right:10px;}
 
/*底部*/
.botomtab{width:100%;background:#E3E3E3;padding:15px 0;}

/* 万能模块 */
.ptab .maintit,.univer .maintit{background-image:url(../images/titbg.jpg);background-repeat:repeat-x;height:31px;line-height:31px;padding-left:10px;color:#032694;}